home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TCHALLENGES / TCHALLENGES.txt
Encoding:
Text File  |  2001-11-13  |  1.6 KB  |  72 lines

  1. object Challenges: TChallenges
  2.   Left = 465
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Challenges'
  7.   ClientHeight = 306
  8.   ClientWidth = 167
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListBox1: TSpecialListBox
  21.     Left = 0
  22.     Top = 41
  23.     Width = 167
  24.     Height = 265
  25.     ImageList = Form1.ImageList2
  26.     SectionFont.Charset = DEFAULT_CHARSET
  27.     SectionFont.Color = clWindowText
  28.     SectionFont.Height = -11
  29.     SectionFont.Name = 'MS Sans Serif'
  30.     SectionFont.Style = []
  31.     Align = alClient
  32.     Color = 44930213
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Times New Roman'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnClick = ListBox1Click
  41.     OnMouseUp = ListBox1MouseUp
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 0
  46.     Width = 167
  47.     Height = 41
  48.     Align = alTop
  49.     BevelOuter = bvNone
  50.     Caption = 'Panel1'
  51.     Color = 44930213
  52.     TabOrder = 1
  53.     object lblTitle: TLabel
  54.       Left = 0
  55.       Top = 8
  56.       Width = 167
  57.       Height = 33
  58.       Align = alBottom
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'lblTitle'
  62.       Font.Charset = ANSI_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -15
  65.       Font.Name = 'Times New Roman'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       WordWrap = True
  69.     end
  70.   end
  71. end
  72.